-
Notifications
You must be signed in to change notification settings - Fork 273
feat(telemetry): Include user intent for copy and insert code interactions #4903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
8b459f4 to
4ffd0a4
Compare
680a6f1 to
d228b9c
Compare
| { | ||
| "type": "cwsprChatUserIntent", | ||
| "required": false | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be pushing this into the common definitions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, this was mentioned in my VSCode plugin change as well. Going to get out that change
|
/retryBuilds |
|
Commons definition update: aws/aws-toolkit-common#864 |
|
can you do a follow-up to remove the override and use the common definition? |
Types of changes
Description
Adding User Intent to copy code and insert code at cursor interaction telemetry data
[Why] This will be part of an effort to capture metrics on how often each interaction type is occurring when the user intent is related to unit test generation
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.